home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / quizrd41.zip / QUIZARD.DOC < prev    next >
Text File  |  1992-02-24  |  12KB  |  247 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                               QUIZARD'S MOUNTAIN
  7.                               ------------------
  8.                                      v4.1
  9.  
  10.         One of the MicroNet Collection of multi-BBS Doorware programs.
  11.            Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS, Spitfire,
  12.               UltraBBS, Telegard, TriTel, Remote Access, and WWIV
  13.  
  14.                                       By
  15.  
  16.                                   Ted Freeman
  17.                                 Rt. 1, Box 869
  18.                               Tazewell, TN 37879
  19.  
  20.                             (c) Copyright 1987-1992
  21.                               All Rights Reserved
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.                                CONTENTS
  30.                                ========
  31.                                                                              
  32.       Information:      ~Copyright~
  33.                            ~Warranty~
  34.                               ~Distribution~
  35.                                  ~Registration~
  36.                                                                              
  37.       Door Operation:   ~Configuration Files~
  38.                            ~Batch File~
  39.                               ~Top Ten Bulletin~
  40.                                  ~Sysop Keys~
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                          ^Configuration Files^
  48.                           -------------------
  49.                                                                              
  50.                                                                              
  51.    Use the left/right arrows keys to select the desired system file
  52.    then press ENTER.
  53.  
  54.  
  55.  
  56.                 ~CALLINFO.BBS~
  57.                    ~CHAIN.TXT~
  58.                       ~DOOR.SYS~
  59.                          ~DORINFOx.DEF~
  60.                             ~PCBOARD.SYS~
  61.                                ~SFDOORS.DAT~
  62.                                   ~USERS.SYS~
  63.                                      ~USERINFO.DAT~
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. #
  71.  
  72. Example configuration file for|PCBOARD.SYS|
  73. ------------------------------------------
  74.                                                                              .
  75. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  76. MicroNet            <=-  (Change this to your BBS name)
  77. Ted                 <=-  (The Sysop's first name)
  78. Freeman             <=-  (The Sysop's last name)
  79.  
  80. Example configuration file for|USERS.SYS|
  81. ------------------------------------------
  82.                                                                              .
  83. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  84. MicroNet            <=-  (Change this to your BBS name)
  85. Ted                 <=-  (The Sysop's first name)
  86. Freeman             <=-  (The Sysop's last name)
  87.  
  88. Example configuration file for|DOOR.SYS|
  89. ---------------------------------------
  90.                                                                              .
  91. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  92. MicroNet PCBoard    <=-  (Change this to your BBS name)
  93. Ted                 <=-  (The Sysop's first name)
  94. Freeman             <=-  (The Sysop's last name)
  95.  
  96. Example configuration file for|USERINFO.DAT|
  97. -------------------------------------------
  98.                                                                              .
  99. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  100. MicroNet PCBoard    <=-  (Change this to your BBS name)
  101. Ted                 <=-  (The Sysop's first name)
  102. Freeman             <=-  (The Sysop's last name)
  103. NOTE: DOOR.SYS must be in the SAME directory as USERINFO.DAT
  104.  
  105. Example configuration file for|CALLINFO.BBS|
  106. -------------------------------------------
  107.                                                                              .
  108. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  109. MicroNet            <=-  (Change this to your BBS name)
  110. Ted                 <=-  (The Sysop's first name)
  111. Freeman             <=-  (The Sysop's last name)
  112.  
  113. Example configuration file for|DORINFOx.DEF|
  114. -------------------------------------------
  115.                                                                              .
  116. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  117.                           where 'x' is the BBS Node number.
  118. MicroNet            <=-  (Change this to your BBS name)
  119. Ted                 <=-  (The Sysop's first name)
  120. Freeman             <=-  (The Sysop's last name)
  121.  
  122. Example configuration file for|SFDOORS.DAT|
  123. ------------------------------------------
  124.                                                                              .
  125. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  126. MicroNet            <=-  (Change this to your BBS name)
  127. Ted                 <=-  (The Sysop's first name)
  128. Freeman             <=-  (The Sysop's last name)
  129.  
  130. Example configuration file for|CHAIN.TXT|
  131. ----------------------------------------
  132.                                                                              .
  133. C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  134. MicroNet            <=-  (Change this to your BBS name)
  135. Ted                 <=-  (The Sysop's first name)
  136. Freeman             <=-  (The Sysop's last name)
  137.  
  138. Example|Batch File|
  139. -------------------
  140. A sample  door batch  file is  included in the ZIP file.  On my BBS this
  141. file is called QUIZARD and does the following:
  142.                                                                              .
  143.    ECHO OFF
  144.    CD\DOORS\QUIZARD         <=- Switch to my doors Directory.
  145.    QUIZARD QUIZARD.CNF      <=- Execute the door program and pass the
  146.                                 configuration filename to the program.
  147.    CD\PCB                   <=- Go back to PCB DIR when user exits door.
  148.    BOARD                    <=- Restart BBS.
  149.                                                                              .
  150. The file  BRT71EFR.EXE must be in the  same  directory  as this door or
  151. accessible via the DOS PATH command.
  152.  
  153.  
  154.                           |Top Ten Bulletin|
  155.                            ----------------
  156.                                                                              .
  157. The first time you run  Quizard's online it  will create 3  files called
  158. QUIZARD.BUL,  QUIZARD.BLT and  QUIZARDG.BLT.  If you  wish to change the
  159. path or filename of the  Bulletin you must edit QUIZARD.BUL & change the
  160. first line to whatever path/filename you desire.
  161.  
  162.  
  163.                              |Sysop Keys|
  164.                               ----------
  165.                                                                              .
  166. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  167.          written to DOOR.SYS and USERS.SYS
  168. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  169.          and/or written to DOOR.SYS and USERS.SYS
  170. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  171. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  172.          and/or written to DOOR.SYS and USERS.SYS
  173. F8    -  Returns the caller involuntarily to the BBS.
  174. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  175.          and/or written to DOOR.SYS and USERS.SYS
  176. F10   -  Activates SysOp CHAT mode within the DOOR.
  177. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  178. UP    -  Give the caller extra time while in the DOOR.  
  179. DN    -  Subtract time from the caller while in the DOOR. 
  180. HOME  -  HELP key for Status Line options.
  181. ALT-N -  SysOp next on toggle. Value is passed to PCBoard.
  182.          Not available on non-PCBoard systems.
  183. ALT-X -  PCBoard will exit after current caller logs off. Value is
  184.          passed to PCBoard. Not available on non-PCBoard systems.
  185.  
  186.                             |Distribution|
  187.                              ------------
  188.                                                                              .
  189. This program is being distributed via the SHAREWARE concept and as such,
  190. may be copied freely with the following restrictions:
  191.                                                                              .
  192.         * The program must be supplied in it's original unmodified
  193.           form, including documentation.
  194.                                                                              .
  195.         * This program may not be distributed as part of any commercial
  196.           application or service without the express, written consent
  197.           of the author.
  198.                                                                              .
  199.         * Vendors of Shareware/Public Domain software may not
  200.           distribute this program without the express, written
  201.           consent of the author, unless Vendor has been approved
  202.           by the Association of Shareware Professionals (ASP).
  203.  
  204.  
  205.                             |Registration|
  206.                              ------------
  207.                                                                              .
  208. This door represents  many hours of  programming and the author deserves
  209. just compensation for his time, efforts and expertise.  If you find this
  210. program to be of some  value and you  continue to use it on your system,
  211. you must return the order form provided along with the registration fee.
  212. Registration  entitles you to  free upgrades via  modem from  MicroNet's
  213. Support Conference.  Payments should be  made in the  form of a check or
  214. money order. Foreign orders  must be in U.S. funds drawn on a U.S. bank. 
  215.                                                                              .
  216.     Online registration with Visa or Mastercard is available via our
  217.     Credit Card Door on the following systems:
  218.                                                                              .
  219.       MicroNet: (615) 626-1620 ULTRA   Livewire: (609) 235-5297 MNP5
  220.         (TN)                             (NJ)    (609) 866-2551 HST DS
  221.                                                  (609) 727-3246 MNP5
  222.                                                                              .
  223. NOTE: If you  register online,  your registration number will be posted in
  224.       a private message on the system you registered with. If you register
  225.       by mail, your registration number will be posted on MicroNet.
  226.  
  227.                               |Copyright|
  228.                                ---------
  229.                                                                              .
  230. QUIZARD'S MOUNTAIN, Copyright 1987-1992 by Ted Freeman, is being distributed
  231. as Shareware.  Under this  concept you may use the  SHAREWARE (unregistered)
  232. version for a reasonable period of time for evaluation  after which you must
  233. either register your copy or discontinue  usage.
  234.  
  235.                               |Warranty|
  236.                                --------
  237.                                                                              .
  238. This product is provided as is without warranty of any kind.  The entire
  239. risk as to the results and performance of the program is assumed by you.
  240. Futhermore, the  author does not warrant, guarantee, or  make any  other
  241. representations regarding the use of,  or the  results of the use of the
  242. program,  and you rely on the  program and  results  solely at  your own
  243. risk.  The author  cannot and will not accept  responsibility for system
  244. damage, loss of profit or any other special, consequential or incidental 
  245. damages  resulting  from  the use of or inability to  use this  product.
  246.  
  247.